FlexReport for WPF | ComponentOne
C1.WPF.FlexReport.4.6.2 Assembly / C1.WPF.FlexReport Namespace / ScriptValue<T> Class / Expression Property

In This Topic
    Expression Property (ScriptValue<T>)
    In This Topic
    Gets or sets an expression used to calculate value of this ScriptValue<T>. Setting this value forces IsExpression to true.
    Syntax
    'Declaration
     
    Public Property Expression As String
    public string Expression {get; set;}
    See Also